home *** CD-ROM | disk | FTP | other *** search
- # This is the .bash_login file that I use on my system. It works quite
- # Nicely for me, in my setup. Remember to rename this file to ".bash_login"
- # place it in the directory that you call home. The Home directory is the
- # directory that is specified in the HOME environmenmt variable when BASH
- # is started. I set HOME=/dev/D/usr/scott at system start up using the
- # environ.prg program of A. Pratt.
- # Scott Kolodzieski
- #
- # This is .bash_login -- started from a login shell
- #
- # First we set up the Path, i.e. were we look for executbles.
- #
- export PATH=/bin/bin:/bin/gnu
- alias cls='echo -en "\33E\33e"'
- alias on='echo -en "\33e"'
- export PS1='&'
- #
- # Set up the required places for running GNU Emacs
- #
- alias emacs='/dev/C/bin/emacs/lisp/xemacs -q -l /dev/C/.emacsc'
- export EMACSLOADPATH=/dev/C/bin/emacs/lisp
- export EMACSLIB=/dev/C/bin/emacs/lisp
- export EMACSDOC=/dev/C/bin/emacs/etc
- export SYSNAME=Atari-ST
- export FULLNAME='Scott J Kolodzieski'
- export USER=sjk
- export ROWS=22 # These two are used by MicroGnuEmacs in Gemini
- export COLS=70
- #
- # Set up variables for moria
- #
- export MORIA_ROOT=/dev/D/usr/games/umoria/
- SHELL='c:\bin\bash\bash.ttp'
- export SHELL
- #
- # Set up required names for running gnu-cc
- #
- #
- # General
- #
- # NOTE: beginning with gcc V1.37, GNUINC and GNULIB can be
- # ',' or ';' seperated list of dirs.
- # gcc-cpp looks for GNUINC first, if not found then GNULIB
- #
- export GNUINC=/dev/C/lib/gnu/include
- export GNULIB=/dev/C/lib/gnu/c-lib
- export GCC_EXEC_PREFIX=/dev/C/bin/gnu/gcc-
- # A ramdisk as the TEMP drive greatly improves performance on big files.
- export TEMP=/dev/P/
- #
- # TeX/Latex/AMSTeX defines...
- #
- DVICONFIG='C:\bin\tex\bin\config'
- export DVICONFIG
- alias showdvi='/bin/tex/bin/l-show'
- alias printdvi='/bin/tex/bin/dviprint -v 0.5in -d 4 -z 240'
- TEXINPUTS='.;C:/bin/tex/styles'
- TEXFORMATS='.;C:/bin/tex/formats'
- TEXFONTS='.;C:/bin/tex/tfm'
- TEXPOOL='.;C:/bin/tex/bin'
- export TEXINPUTS
- export TEXFORMATS
- export TEXFONTS
- export TEXPOOL
- alias latex='/bin/tex/bin/virtex "&lplain"'
- #
- # some general program alias
- #
- export MANPATH=/dev/F/man
- alias stats='echo -en "\33E"; pushd /; c-stat; popd; echo -en "\33E"'
- alias pascal=/dev/C/applic/pascal/compiler.prg
- echo -en "\33e\33E"
-